public class ScreeningStatus
extends java.lang.Object
Java class for ScreeningStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScreeningStatus">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="screeningTypeCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="eligibility" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="adhesion" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="result" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
adhesion |
protected java.lang.String |
eligibility |
protected java.lang.String |
result |
protected java.lang.String |
screeningTypeCode |
| Constructor and Description |
|---|
ScreeningStatus() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdhesion()
Gets the value of the adhesion property.
|
java.lang.String |
getEligibility()
Gets the value of the eligibility property.
|
java.lang.String |
getResult()
Gets the value of the result property.
|
java.lang.String |
getScreeningTypeCode()
Gets the value of the screeningTypeCode property.
|
void |
setAdhesion(java.lang.String value)
Sets the value of the adhesion property.
|
void |
setEligibility(java.lang.String value)
Sets the value of the eligibility property.
|
void |
setResult(java.lang.String value)
Sets the value of the result property.
|
void |
setScreeningTypeCode(java.lang.String value)
Sets the value of the screeningTypeCode property.
|
protected java.lang.String screeningTypeCode
protected java.lang.String eligibility
protected java.lang.String adhesion
protected java.lang.String result
public java.lang.String getScreeningTypeCode()
Stringpublic void setScreeningTypeCode(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getEligibility()
Stringpublic void setEligibility(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getAdhesion()
Stringpublic void setAdhesion(java.lang.String value)
value - allowed object is Stringpublic java.lang.String getResult()
Stringpublic void setResult(java.lang.String value)
value - allowed object is String